__ANDROID_API_G__

Names the Gingerbread API level (9), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_G__ = 9;

Meta